|
simpletext library
v0.98
Compact variations of put/get write/read and print/scan for smaller program sizes
|
#include "simpletext.h"Functions | |
| void | writeDecDigits (text_t *p, int val, int width) |
| Print string representation of a decimal number to output device with a fixed number of digits. | |
Function to print a number of space padded width to the terminal.
Copyright (c) 2013, Parallax Inc. Written by Steve Denson
| void writeDecDigits | ( | text_t * | device, |
| int | value, | ||
| int | width | ||
| ) |
Print string representation of a decimal number to output device with a fixed number of digits.
| device | Previously open/started terminal device. |
| value | Number to print. |
| width | Number of characters to print padded by spaces. |
1.8.1.2